home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / smailsrc.zip / README.SRC < prev    next >
Text File  |  1990-05-25  |  2KB  |  45 lines

  1.                smail/PC 2.5 Source Distribution
  2.             README file by Stephen C. Trier
  3.                Version 1.0b3 of smail/PC
  4.  
  5.  
  6.      This is the source code for smail/PC 2.5.  The archive files that are here
  7. are meant to be uncompressed into separate directories on your hard disk for
  8. each.  The UUPC directory contains another archive; uncompress it into its own
  9. directory within the UUPC directory.  The source archive contains different
  10. material than the binary archive; you will probably need the binaries if you
  11. want to use smail instead of just reading the code!  :-)
  12.  
  13.      Makefiles for Turbo C 2.0 are provided for all of the programs.  The
  14. makefiles assume that the files are arranged in the directory tree suggested by
  15. the archives.  Also, the make clean and make clobber options assume the
  16. availability of a UNIX-style rm command.  Change these to del commands if you
  17. would like to use clean and clobber but do not have a UNIX-style rm.
  18.  
  19.      Please see the file "contacts" in the doc directory for e-mail addresses
  20. of the authors.  PC-specific information should be directed to Stephen Trier;
  21. other requests should go to the uucp-query and uucp-problems addresses.
  22.  
  23.      Unfortunately, I do not have the source to any pathalias-like program that
  24. works under MS-DOS.  Therefore, I can't include it.  If someone would like to
  25. write such a program, please do so.  (Hint, hint) Please note that smail can be
  26. interfaced to many different mail packages, as long as three conditions are
  27. met:
  28.     1) The package must understand and generate RFC-822-compliant mail.
  29.     2) The package can call an outside mailer with the mail as standard
  30.        input and the addresses on the command line.
  31.     3) A version of lmail exists that can put incoming mail in a format
  32.        compatible with your program.
  33.  
  34.      lmail is surprisingly simple to write; you should be able to replace it
  35. with ease.
  36.  
  37.      If you make any changes or improvements, please let me know.  Also, please
  38. note that the contents of the doc, smail, and passwd archives are 100% free
  39. public domain software.  The contents of the uupc archive is copyrighted, but
  40. free distribution is permitted.  Also, please note that I am unable to include
  41. the source to Mush for reasons of size.  You should be able to obtain that from
  42. the same people who gave you smail/PC.
  43.  
  44.                         Stephen Trier
  45.